home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_oth / tm480 / tmissue.exe / README.FMP < prev    next >
Text File  |  1991-09-10  |  9KB  |  212 lines

  1.  
  2.  
  3.  
  4.         FmP Taskmaster, README.FMP,                    5th September 1991
  5.         =================================================================
  6.  
  7.         INTRODUCTION
  8.         -------------
  9.  
  10.            This  document refers to the MS-DOS Shareware version  of  the
  11.            Taskmaster product,  UNIX, XENIX and CDOS versions being  also
  12.            available.   The product has been developed, produced  and  is
  13.            exclusively  owned  by  UK  Software  house  FmP,  a   company
  14.            established in 1984.
  15.  
  16.            MS-DOS   Taskmaster  is  also  available  as  a   conventional
  17.            'commercial' product known as Professional Taskmaster.  Having
  18.            evaluated  the  shareware users may choose to register  it  or
  19.            purchase the Professional version.
  20.  
  21.         INSTALLATION:
  22.         -------------
  23.  
  24.            Please insert the issue disc in drive A: and type
  25.  
  26.            A:<return>
  27.            GO<return>
  28.  
  29.            This runs the installation task (INSTALL.TSK) which is we hope
  30.            in itself a friendly introduction to Taskmaster.
  31.  
  32.            Though the evaluation system requires a considerable amount of
  33.            disc  space,  Taskmaster itself is comparatively  small.   The
  34.            install task will advise of disc requirements.
  35.  
  36.         REPLICATION OF SOFTWARE
  37.         ------------------------
  38.  
  39.            If  you wish to make copies of this software for your  friends
  40.            or  colleagues, you are strongly advised to use  the  facility
  41.            provided  by OVERVIEW.TSK.  This will ensure that you  end  up
  42.            with a reliable and complete copy with no missing files.
  43.  
  44.            See the REPLICATION and VERIFICATION options.
  45.  
  46.            The  files TMISSUE.EXE, TMMANUAL.EXE and TMEXAM.EXE are  self-
  47.            extracting  archives containing all issue files in  compressed
  48.            form.   They are not needed for normal operation and will only
  49.            be copied to the Hard disc if you use the REPLICATE option.
  50.  
  51.            If you suspect any of the issued files of being corrupted  you
  52.            may re-run the INSTALL task from the issue disc.
  53.  
  54.         CONFIGURATION OPTIONS:
  55.         ----------------------
  56.  
  57.         1. Location of files
  58.  
  59.            In order to run Taskmaster and SCR from any directory:
  60.  
  61.            Add \FMP to the APPEND command in AUTOEXEC.BAT
  62.            Add \FMP to the PATH command in AUTOEXEC.BAT
  63.  
  64.            Alternatively:
  65.  
  66.            SET FMPDIR=installation directory (if not C:\FMP)
  67.  
  68.            A  BATCH file \FMP.BAT is created at installation  time  which
  69.            can also be used.
  70.  
  71.         2. Command interpreter.
  72.  
  73.            By default, Taskmaster first looks for C:\COMMAND.COM.  If not
  74.            found, it then examines the Environment variable COMSPEC.
  75.  
  76.         3. Swap files
  77.  
  78.            When Taskmaster is asked to make the maximum amount of  memory
  79.            available  in  order  to run large  programs  beneath  it,  it
  80.            normally  creates  a temporary 'swap file' in  C:\.   If  this
  81.            directory  is not a suitable location for you, please  include
  82.            the following SET command in your AUTOEXEC.BAT file:
  83.  
  84.            SET TMP=location
  85.  
  86.         4. Running Tasks:
  87.  
  88.            Tasks must have a filetype of .TSK.  You need not specify this
  89.            when invoking Taskmaster:
  90.  
  91.            e.g. a task called TASK3.TSK is run by typing:
  92.  
  93.            TM {flags} TASK3<return>
  94.  
  95.            Several  Command-line flags are available and  are  summarised
  96.            when you invoke Taskmaster with no parameters.
  97.  
  98.         SHAREWARE ISSUE FILES
  99.         ---------------------
  100.  
  101.         Mandatory files:
  102.         ----------------
  103.  
  104.         TM.EXE         This is the Taskmaster Interpreter. The  Shareware
  105.                        issue  is  of a single-user  copy.   Netware  (tm)
  106.                        users will require Taskmaster Professional. Please
  107.                        state your requirements when ordering.  The share-
  108.                        ware copy of TM.EXE is not intended to run on net-
  109.                        works. TM.EXE will identify itself as UNREGISTERED
  110.                        SHARWARE, REGISTERED SHARWARE  or PROFESSIONAL  on
  111.                        loading if given no command parameters. Taskmaster
  112.                        Professional will also run stand-alone.
  113.  
  114.         The  following  files  must be available either  in  the  working
  115.         directory or one listed in the APPEND list.
  116.  
  117.         FMPVT52.DEF    Contains  video specific sequences, i.e. VT52.  An
  118.                        ANSI driver is not required by Taskmaster.
  119.  
  120.         LOGON.OVR      Logon screen file.
  121.  
  122.         Files Required for application development:
  123.         -------------------------------------------
  124.  
  125.         SCR.EXE        The Screen Processor program. SCR combines  screen
  126.                        source  text  with VT52 sequences  extracted  from
  127.                        FMPVT52.DEF to produce an .OVR file.
  128.  
  129.         Utilities:
  130.         ----------
  131.  
  132.         LIST.COM       A  Public Domain file viewer (as used  to  display
  133.                        the  license during installation).  Please make  a
  134.                        donation to the author if found useful.
  135.  
  136.         Any  Editor or Word Processor can be used to create  tasks  which
  137.         are  merely  ascii text files.  There is no requirement  for  any
  138.         compilation  or pre-processing, the task being interpreted  (like
  139.         BASIC).
  140.  
  141.         This  does  not however apply to the screen  templates  for  your
  142.         menu,  data capture and information screens.  These must be  pre-
  143.         processed  using SCR.  For the demonstration tasks, this is  done
  144.         automatically  by INSTALL.TSK (or by OVERVIEW if they are missing
  145.         when needed).
  146.  
  147.         First use
  148.         ---------
  149.  
  150.            Two  approaches  are recommended.  You can load  the  OVERVIEW
  151.            system  by  typing: TM OVERVIEW<return>.  This will  give  you
  152.            access to:
  153.  
  154.              1.   The on-line manuals for Taskmaster and SCR.
  155.                   These are not intended nor cannot be a total substitute
  156.                   for the standard A5 manual of several hundred pages.
  157.  
  158.              2.   All example tasks,
  159.  
  160.              3.   An  interactive  introduction to the  Taskmaster  user-
  161.                   interface.
  162.  
  163.            The  alternative  is  to run the  STANDARD  service  selection
  164.            system.  This  comprises two tasks: STANDARD  which  runs  the
  165.            services and CONFIG which configures them.
  166.  
  167.            You   can   therefore  type:  TM  STANDARD/O<return>   for   a
  168.            demonstration  of  the  STANDARD  system.   The  /O  flag   is
  169.            generally  used  to  inform  a task  that  it  should  run  in
  170.            demonstration mode.  In this case, it is used to avoid some of
  171.            the security features that are normally active.
  172.  
  173.            The  point not to be missed here is that STANDARD  and  CONFIG
  174.            while  supporting a menu system comparable if not superior  to
  175.            other products, ARE ONLY EXAMPLES.  Taskmaster lends itself to
  176.            the  production of 100% customised systems for  menuing,  text
  177.            information, job-control and many other applications.
  178.  
  179.         EUC
  180.         ---
  181.  
  182.            As  you run through the demonstrations, you will  see  various
  183.            references  to a program called EUC.  This program  enables  a
  184.            system  administrator to tailor PC's for Taskmaster  end-users
  185.            and  install any necessary security features if required.   It
  186.            is  particularly useful for an administrator, who  supports  a
  187.            Novell NETWARE(tm) network and wishes to review the activities
  188.            of  end-users in real-time. It should be noted that such users
  189.            will require Taskmaster Professional. EUC is available in both
  190.            networked (supplied with  Taskmaster  Professional)  and  non-
  191.            networked (supplied with Registered Taskmaster) versions.
  192.  
  193.         FOOTNOTES
  194.         ---------
  195.  
  196.            The  facilities to be found in Taskmaster  although  extensive
  197.            are minor compared to its parent product: the PROTEAN 4GL.
  198.  
  199.            We hope you enjoy using Taskmaster.
  200.  
  201.         In the event of problems:
  202.         -------------------------
  203.  
  204.            Taskmaster is supported both by its authors in the UK and  its
  205.            distributors in the USA.  Contact details given in VENDOR.DOC.
  206.  
  207.            We  welcome any suggestions for improvements to  the  software
  208.            and documentation forming this Shareware product,  which  will
  209.            be added to our Enhancement Register.  We reserve the right to
  210.            subsequently release improved versions without notice.
  211.  
  212.